Release 10.1A: OpenEdge Development:
Progress 4GL Reference
/* Comments */
Allows you to add explanatory text to a procedure between the /* and */ characters.
Syntax
commentDescriptive text.
Note: Comments can be nested. ExamplesThis example uses comments to document the history of procedure modifications:
The following example uses comments to describe what the procedure does:
The comment symbols that enclose the inner FOR EACH block turn that block into a comment for testing purposes. Since you can nest comments, Progress correctly processes any comments already in the bypassed code.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |